Download the PHP package tgeorgel/objectpress without Composer

On this page you can find all versions of the php package tgeorgel/objectpress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package objectpress

WP-Grogu/ObjectPress

A PHP Library to enhance Wordpress in a Object-Oriented way. Manage PostTypes, Taxonomies, Roles, Eloquent Models, WP-CLI Commands and even more, using PSR-4 classes and modern development tools.

Documentation

You can find a detailed documentation on the ObjectPress website.

Some feature you might like

Create Wordpress elements

Define post types easily using PSR-4 classes. Labels are generated and translated automatically.

Same goes for taxonomies. Labels are also generated and translated automatically.

Query your database efficiently

Your post types and taxonomies are now Eloquent models. You can query your database using the same syntax you would use on Laravel.

Read this page to learn more about models models in ObjectPress. Learn more about Eloquent on the official documentation.

CLI Commands & Event scheduling

You can easily create WP-CLI commands using PSR-4 classes.

Define shedules in a digest configuration file :

See more on the documentation.

License

Contributing


All versions of objectpress with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/config Version ^9.52 || ^10.0
illuminate/contracts Version ^9.52 || ^10.0
illuminate/support Version ^9.52 || ^10.0
illuminate/translation Version ^9.52 || ^10.0
illuminate/filesystem Version ^9.52 || ^10.0
illuminate/validation Version ^9.52 || ^10.0
illuminate/http Version ^9.52 || ^10.0
illuminate/database Version ^9.52 || ^10.0
illuminate/container Version ^9.52 || ^10.0
illuminate/view Version ^9.52 || ^10.0
illuminate/routing Version ^9.52 || ^10.0
illuminate/events Version ^9.52 || ^10.0
illuminate/pagination Version ^9.52 || ^10.0
as247/wp-eloquent Version ^2.1
phpfastcache/phpfastcache Version ^9.0
amphibee/wordpress-eloquent-models Version ^1.2|^2.0
amphibee/hookable Version ^1.0
symfony/error-handler Version ^6.0
symfony/var-dumper Version ^5.0|^6.0
nesbot/carbon Version ^2.45
doctrine/inflector Version ^2.0
thunderer/shortcode Version ^0.7.3
laravel/helpers Version ^1.0
guzzlehttp/guzzle Version ^7.3
league/flysystem Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tgeorgel/objectpress contains the following files

Loading the files please wait ....