Download the PHP package metaclass-nl/phppeanuts-classes-pnt without Composer

On this page you can find all versions of the php package metaclass-nl/phppeanuts-classes-pnt. 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 phppeanuts-classes-pnt

Release notes

Version 2.4.0.alpha

This library only contains the pnt classes. To use it install phppeanuts-skeleton and follow the instructions in its Readme.md


Documentation: https://www.phppeanuts.org/

What's new

Since 2.3.0

Remarks for upgrading existing applications

You may change you application to use composer to install and update this library. See https://github.com/metaclass-nl/phppeanuts-skeleton for an example.
Or you may simply replace the contents of your classes/pnt folder with the contents of src/pnt from this library

Known bugs and limitations

  1. UTF-8 not supported
  2. Applications are only protected against cross frame scripting in browsers that support the X-Frame-Options header.
  3. The Synchronizer Token Pattern by referrerer tokens is not as strong as by request tokens. (currently most frameworks only implement this pattern for actions (called tickets with peanuts)).
  4. Though the framework has DAO classes that are successfully used as the database abstraction layer with MySQL and SqLite, the use with other databases may require some additional refactoring. Please inform us about eventual problems and solutions with the use of other databases. (Known: Oracle versions below 9 do not support standard explicit JOIN syntax, but producing JOIN instuctions is not delegated to DAO objects and can not be easily refactored to do so.)
  5. The AGPL license requires you to license the source of applications using this version of phpPeanuts under the AGPL license.

All versions of phppeanuts-classes-pnt with dependencies

PHP Build Version
Package Version
Requires php Version >=5.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 metaclass-nl/phppeanuts-classes-pnt contains the following files

Loading the files please wait ....