Download the PHP package hxgf/dw without Composer

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

▲▼ D A R K W A V E

Web application development kit

DW is a "batteries-included" tool kit for quickly developing data-driven web applications. It's a pragmatic configuration of helpful libraries, light application boilerplate, and a turn-key solution for user authentication and management. It also establishes sensible conventions you can use to quickly build custom CRUD apps or SaaS projects to suit your individual needs.

What's Included?

Core tools

Optional included libraries

Boilerplate functionality

Requirements

Installation

Use Composer for the easiest installation:

You could also download the zip with all the files, or clone this repository with GIT or Degit (npx degit jyoungblood/darkwave). If you do any of these, be sure to run composer install the files are on your system.

Getting Started

Darkwave is designed to function in a LAMP environment, so we recommend developing on an actual web server (VPS or shared host).

Of course, it's still possible to develop your application locally with the common php -S localhost:8080 command. Just make sure you also have a MySQL host running in your local environemt as well (MAMP, DBngn, etc).

Once your environemt is set up, visit the url for your site to initiate the configuration process. This will generate a .env file with your database connection and basic site info and create an "Admin" user for your application.

* Note that DW ships with a blank .env as part of the repository. It's required for the application to operate, but as a best practice we'd recommend adding this to the .gitignore before making your own repository with this codebase.

After configuration, log in with the newly-created admin account to see the boilerplate application frame and an introductory demo of DW's primary features.

Building with DW

The official documentation and user guide are perpetual works in progress and may not be completely ready for a while. In the mean time, take a look at the various pieces of the users section to see functional examples of how to manage data collections and perform CRUD operations with this tool kit:

This section also provides examples of working with modals, input validation, image uploading and resizing, table sorting, and more. If you're looking for a "best practices" illustration of working with DW, this is a good place to start.

Deployment

Deployment is intended to be very straightforward, just put the files in your production environment and you should be good to go. Aside from this, there are a few minor points worth considering:

Reference and Resources

DW / Core

Bootstrap / UI

Colors

JS libraries

Icons

Misc


All versions of dw with dependencies

PHP Build Version
Package Version
Requires slim/slim Version 4.*
slim/psr7 Version ^1.5
zordius/lightncandy Version ^1.2
hxgf/dbkit Version ^1.2
hxgf/cookie Version ^1.1
hxgf/http-request Version ^1.2
hxgf/x-utilities Version ^1.2
rbdwllr/psr-jwt Version ^2.0
hxgf/slime-render Version ^1.3
vlucas/phpdotenv Version ^5.5
gumlet/php-image-resize Version ^2.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 hxgf/dw contains the following files

Loading the files please wait ....