BenGriffiths / pdo-mysqli-pagination

A PDO & MySQLi PHP Pagination Class - PDO MySQLi Pagination class is a PHP pagination class that will work with either PDO, or MySQLi. The outputted pagination is served as a UL or as an array, and the options are extensive.
50 stars 27 forks source link

Make project Composer friendly #23

Closed smartclash closed 6 years ago

smartclash commented 7 years ago

Hey there. Your project is awesome and I use it for my commercial web application. Many people around the globe use composer widely to reduce work burden and make the script execute faster.

You can make sure that your project is also friendly to composer by uploading this script to https://packagist.org/ and autoloading your script by either using PSR-4 standards or using PSR-0 standards.

Doing this will make sure that your script is ready to be plugged in and played without any hassle. Let composer manage the dirty work. Cheers 🥂

PetengDedet commented 7 years ago

+1

jarebear6expepjozn6rakjq5iczi3irqwphcvb commented 7 years ago

@smartclash @PetengDedet

It's not a huge, ever changing repo. Per the Pagagist page you linked, you can just as easily fork and publish with Composer.

smartclash commented 6 years ago

Cleaning up my open issues. And, what you have said is right @e-ht. Thanks for this :)