fr8train/skeleton-ms

Skeleton MicroService powered by Slim4 Framework.

1.5.0 2023-09-18 05:08 UTC

This package is auto-updated.

Last update: 2024-04-18 06:31:37 UTC


README

PHP poweredby Bitbucket open issues

Skeleton MicroService powered by Slim4 Framework.

Installation

Use Composer to install SkeletonMS locally.

composer create-project fr8train/skeleton-ms [directory] [version] 

Post-Installation

Please create a .env file at the root directory of the project. A blank one is required for the project to run, and we recommend that you use it as the location to store any sensitive information such as passwords or keys. To retrieve any data stored here, use vlucas/phpdotenv.

If for some reason you get an error message indicating that a class in the code cannot be found, first try to reload the autoloaded classes through Composer.

composer dump-autoload

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT