tastphp / framework
The Tastphp framework.
Installs: 461
Dependents: 1
Suggesters: 0
Security: 0
Stars: 84
Watchers: 2
Forks: 45
Open Issues: 0
Requires
- doctrine/dbal: 2.5.4
- doctrine/migrations: ^1.4|1.4
- filp/whoops: ^2.1
- jeremykendall/php-domain-parser: ~2.0
- lcobucci/jwt: ^3.1
- maximebf/debugbar: >=1.0.0
- monolog/monolog: ^1.19
- mtdowling/cron-expression: ~1.0
- pda/pheanstalk: ^3.1
- pimple/pimple: ~3.0
- psr/container: ~1.0
- schnittstabil/csrf-tokenservice: ^2.0
- swiftmailer/swiftmailer: ~5.4
- symfony/console: ^3.0
- symfony/event-dispatcher: ^3.0
- symfony/filesystem: ^3.1
- symfony/finder: ^3.0
- symfony/http-foundation: ^3.0
- symfony/polyfill-iconv: ^1.2
- symfony/psr-http-message-bridge: ^1.0
- symfony/validator: ^3.1
- symfony/var-dumper: ^3.0
- twig/twig: ~1.24.0
- zendframework/zend-diactoros: ^1.4
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2024-11-09 20:39:43 UTC
README
About Tastphp
Note: This repository contains the core code of the TastPHP framework.If you want to build an application using TastPHP, visit the main TastPHP repository.
Features
- DI
- Router
- Logger
- Event
- Twig
- JWT
- Queue
- Console
- Cache
- CsrfToken
- Debug bar
- DBAL
Requirements
- PHP 7+
Installation
composer require tastphp/framework:dev-master
Contributing
If you'd like to help out with the project. You can put up a Pull Request.