Download the PHP package edstevo/standards without Composer

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

EdStevo Standards

A Laravel package that provides opinionated coding standards, conventions, and best practices with seamless Laravel Boost integration. This package delivers AI-powered guidelines to help maintain consistency across all EdStevo Laravel projects.

Why EdStevo Standards?

When working with AI coding agents like GPT-5.5, Codex, Claude Code, or Cursor, having a consistent set of coding standards is crucial. EdStevo Standards packages these standards into a reusable Laravel package that automatically integrates with Laravel Boost, ensuring every project follows the same conventions.

Features

Requirements

Installation

Install via Composer in your Laravel project:

That's it! If you have Laravel Boost installed, the guidelines will be automatically discovered.

Usage with Laravel Boost

First Time Setup

If Laravel Boost is installed in your project, run:

The EdStevo Standards guidelines will be automatically included when Boost generates your AI configuration files. Your AI agent will now understand and follow your coding standards.

Keeping Guidelines Updated

After updating dependencies, refresh your AI guidelines:

Or automate it by adding to your composer.json:

What's Included

EdStevo Standards provides comprehensive guidelines covering:

Project Structure Conventions

Example structure the AI will understand:

Code Style & Best Practices

Testing Standards

Examples

When you ask your AI to create a new feature, it will follow these patterns:

Without Laravel Boost

You can manually reference the guidelines in your AI configuration:

Claude Code (CLAUDE.md):

Cursor (.cursorrules):

Verifying Installation

Check that the protocol is active:

You should see:

Overriding

To override a specific guideline, create a file with the same path structure in your project's .ai/guidelines/ directory. Your custom version takes precedence.

Configuration

Publish the config file if you need to customize behavior:

Development

Running Tests

Code Style

How It Works

  1. Discovery: Laravel Boost scans installed packages for resources/boost/guidelines/ directories
  2. Loading: Found guidelines are automatically included when running boost:install or boost:update
  3. Context: AI agents receive these guidelines in their system prompts
  4. Consistency: All code generated follows the same patterns across projects

Philosophy

This package embodies the principle that consistency is more valuable than perfection. By standardizing patterns across all EdStevo projects:

Roadmap

Changelog

See CHANGELOG.md for recent changes.

License

The MIT License (MIT). See LICENSE.md for details.


Built with โค๏ธ by EdStevo for consistent Laravel development.


All versions of standards with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
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 edstevo/standards contains the following files

Loading the files please wait ...