/coding-php

Primary LanguagePHPMIT LicenseMIT

PHP Code

Getting Started

To get a local copy up and running follow these simple steps.

Installation

Application uses Composer to install unit testing dependencies and configure PSR-4 autoloading. If you aren't familiar with Composer, please refer to the linked website for instructions of how to get started.

You'll need to use PHP 7.4.

git clone https://github.com/shorif2000/coding-php.git
cd coding-php
composer update

Usage

Running the application

php src/index.php search 2022-01-01 12:30

Running the tests

./vendor/bin/phpunit tests

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Sharif Uddin

Project Link: https://github.com/shorif2000/coding-php