- FEATURES
- Autoload
- Class Reflection
- Magic Methods
- Exceptions
- Late Static Binding
- Type Hinting
- SPL
- PHPUNIT
- PHAR
- COMPOSER
- Carbon
- Guzzle
- Faker
- Math
- Requests
- DESIGN PATTERNS
- Singleton Pattern
- Observer Pattern
- Strategy Pattern
- Dependency Injection
- Middleware
- Registry
- SYMFONY
- Routes
- Annotations
- Flex
- Controllers
- Doctrine
- Templating
- VERSIONS
- Php7.4
- Php8.0
- SECURITY
- Filter Input
- Remote Code Injection
- Sql Injection
- Session Fixation
- File Uploads
- Cross Site Scripting
- Spoofed Forms
- CSRF
- Session Hijacking
- MODERN PHP
- Composer
- Autoloader
-
Package
- Releases
- Generators
- Dependency Injection
- Middleware
- CUSTOM FRAMEWORK
- App
- Http Foundation
- Front Controller
- Routing
- Render Controller
- Resolver
- SoC
- FRAMEWORKS
- Slim
- Symfony V5
- Laravel V8
- Laminas V3
- Codeigniter V4
Package example
composer require nesbot/carbon
# Using version ^2.35 for nesbot/carbon
# ...
Folder nesbot/ located in vendor directory.
vendor/
composer/
minte9/
nesbot/
symphony/
Composer.json automatically updated with:
"require": {
"nesbot/carbon": "^2.35"
},
Composer/autoload_psr4.php automatically updated with:
return array(
'minte9\httpclient\' => array($vendorDir . '/minte9/httpclient/src'),
'Symfony\Polyfill\Mbstring\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\Contracts\Translation\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\Component\Translation\' => array($vendorDir . '/symfony/translation'),
'Carbon\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
);
Last update: 531 days ago