Download the PHP package aurorawebsoftware/flexyfield without Composer

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

FlexyField

Because your models deserve superpowers 🦸

Build Status Latest Stable Version Total Downloads License


Ever wished you could add fields to your Laravel models without touching migrations?

Now you can. Welcome to FlexyField.

The Magic ✨

No migrations. No schema changes. Just vibes. 🎉

Why FlexyField?

Problem Old Way FlexyField Way
"We need a new product attribute" Migration + deploy + pray 🙏 addFieldToSchema()
"Different products need different fields" JSON column chaos 😱 Schemas! 🎯
"Can we query by that custom field?" nervous laughter where('flexy_field', $value) 😎

Field Types

Type What it stores Example
STRING Text $m->flexy->color = 'blue'
INTEGER Whole numbers $m->flexy->stock = 42
DECIMAL Money, measurements $m->flexy->price = 99.99
BOOLEAN Yes/No $m->flexy->active = true
DATE Dates $m->flexy->release = '2024-01-01'
DATETIME Timestamps $m->flexy->created = now()
JSON Arrays, objects $m->flexy->tags = ['hot', 'new']
FILE Uploads $m->flexy->manual = $request->file('pdf')

Real-World Examples 🌍

E-Commerce (PIM Style)

CRM (Customer Segments)

Multi-tenant SaaS

Cool Features 🎁

Dropdowns & Multi-select

File Uploads (with Security Baked In 🔒)

Validation (Because Data Integrity Matters)

UI Hints & Grouping

Querying 🔍

Configuration ⚙️

Publish the config file:

Environment Variables:

AI-Powered Development 🤖

FlexyField comes with Laravel Boost guidelines for AI agents!

Your AI assistant (Claude, GPT, Copilot) can read this file and instantly understand:

Just point your AI to the guideline file and watch it write perfect FlexyField code! 🎯

Don't Do This ❌

Performance 🚀

Requirements

Documentation

Guide What's Inside
Performance Make it fly 🚀
Best Practices Do it right ✅
Deployment Ship it safely 📦
Troubleshooting Fix it fast 🔧
File Security Lock it down 🔒

Contributing

PRs welcome! 🤝

License

MIT - Go build something awesome! 🚀


Made with ☕ by Aurora Web Software

⭐ Star us on GitHub!


All versions of flexyfield with dependencies

PHP Build Version
Package Version
No informations.
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 aurorawebsoftware/flexyfield contains the following files

Loading the files please wait ...