Download the PHP package pivotphp/cycle-orm without Composer

On this page you can find all versions of the php package pivotphp/cycle-orm. 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 cycle-orm

PivotPHP Cycle ORM

[![PHP Version](https://img.shields.io/badge/php-%3E%3D8.1-blue.svg)](https://www.php.net/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Latest Stable Version](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)](https://github.com/PivotPHP/pivotphp-cycle-orm/releases) [![PHPStan](https://img.shields.io/badge/PHPStan-Level%209-success.svg)](https://phpstan.org/) [![Tests](https://img.shields.io/badge/tests-67%20passed-success.svg)](https://github.com/PivotPHP/pivotphp-cycle-orm/actions) Robust and well-tested Cycle ORM integration for PivotPHP microframework

๐Ÿš€ Features

๐Ÿ“ฆ Installation

Development Setup

When developing locally with both pivotphp-core and pivotphp-cycle-orm:

  1. Clone both repositories in the same parent directory:

  2. Install dependencies:

The composer.json is configured to use the local path ../pivotphp-core for development.

Note: The CI/CD pipeline automatically adjusts the composer configuration to use the GitHub repository instead of the local path.

๐Ÿ”ง Quick Start

1. Register the Service Provider

2. Configure Database

3. Define Entities

4. Use in Routes

๐ŸŽฏ Core Features

Repository Pattern

Transaction Middleware

Query Monitoring

Health Checks

๐Ÿ› ๏ธ Advanced Usage

Entity Validation Middleware

Performance Profiling

Custom Commands

๐Ÿงช Testing

Cross-Platform Compatibility

The project includes cross-platform scripts for coverage testing:

๐Ÿ“š Documentation

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

๐Ÿ“„ License

PivotPHP Cycle ORM is open-sourced software licensed under the MIT license.

๐Ÿ™ Credits


Built with PivotPHP - The modern PHP microframework

All versions of cycle-orm with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
pivotphp/core Version ^1.1.0
cycle/orm Version ^2.10
cycle/annotated Version ^4.3
cycle/migrations Version ^4.2.5
cycle/schema-builder Version ^2.0
spiral/tokenizer 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 pivotphp/cycle-orm contains the following files

Loading the files please wait ....