gd1m/non-framework-php-starter-kit

Non-framework PSR-compatible starter kit for PHP applications

v0.1.0 2019-02-24 11:00 UTC

This package is auto-updated.

Last update: 2024-03-25 06:45:37 UTC


README

Project is not production ready.

Created as a skeleton for performing test tasks without frameworks.

Use it at own risk :)

Backward compatibility may not be supported. Just run composer create-project gd1m/non-framework-php-starter-kit and make something amazing :)

Dependencies

  • php-di/php-di - PSR-11 DI container
  • relay/relay - PSR-15 request handler
  • zendframework/zend-diactoros - PSR-7 & PSR-17 implementations
  • zendframework/zend-httphandlerrunner - PSR-7 responses emitter
  • monolog/monolog - PSR-3 logger
  • league/booboo - Error handler
  • nikic/fast-route - Regular expression based router
  • doctrine/orm - Doctrine 2 ORM
  • ramsey/uuid-doctrine - Doctrine adapter for uuid generator
  • moontoast/math - Long arithmetic library for uuid generator (for 32bit system)
  • doctrine/migrations - Migration system
  • rakit/validation - Laravel-friendly data validation
  • league/fractal - Presentation and transformation layer for complex data output
  • vlucas/phpdotenv - Loads .env variables

You can feel free to remove or replace everything you need.

Contribution

Pull request are always welcome.