Download the PHP package christopher-paul-shaw/article without Composer
On this page you can find all versions of the php package christopher-paul-shaw/article. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package article
Summary
This class interacts with articles stored within files on disk, and allows listing, searching and viewing of the files.
Usage
$article = new Article();
# List All Articles
$list = $article->list();
# Search Articles
$search = $article->list("Your Search Term");
# Load (View)
$view = $article->load("your-file");
# Get List Of Categories
$categories = $article->getCategories();
Test
As features are added, there will be new tests to prove they work as intended. You can run the tests yourself using the following command.
vendor/bin/phpunit test
All versions of article with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package christopher-paul-shaw/article contains the following files
Loading the files please wait ....