Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7538841
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:13:26+00:00 2026-05-30T07:13:26+00:00

I am planning on starting a small php framework for a niche userbase. I

  • 0

I am planning on starting a small php framework for a niche userbase. I will likely start with something like KISS MVC and HTML5 Boilerplate and change both of them beyond all reckoning to where there will be no simple way of updating either with the newer versions of the projects.

I will also bundle jQuery and parts of jQuery UI and some other 3rd party libraries that would likely benefit from updates down the line.

So, what is the best way to credit people and projects that have been included as a starting point but for which damn near every plank of the hull has been replaced? I was thinking about including a wall of thanks somewhere in the source code and/or on the project website? I don’t even know how this is commonly done.

Also, for the updateable 3rd-party libraries (which are likely to mostly be JS), what is the best way to keep track of updates? Sometimes the api/interface changes, so automating the update fully may not be a wise direction to go in. Also, there might be a benefit to minifying all that JS and bundling it up into a single file—which may complicate updating down the line. I am thinking at this point, there is no way of getting around manually having to keep track of stuff.

I am curious to know what techniques people have developed for this kind of thing in their projects. Any other helpful reading about matters of 3rd party open source decorum and organization of assets would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T07:13:27+00:00Added an answer on May 30, 2026 at 7:13 am

    Before you start using 3rd party code, check the licenses. Make sure the licenses are compatible and also check the requirements for the licenses.

    I know that jQuery and jQuery UI are dual licensed under the terms of MIT and GPL. So you could then in any project and in combination with any other library.

    Most OpenSource licenses require you include the copyright notice in every shipped product copy and with any source distribution. Given the nature of JavaScript means that also the JavaScript files served by the webserver should retain the copyright notice. So when you minimize the file you should make sure it still contains the copyright notice at the top of the file.

    (Most authors wouldn’t mind if you reduce the copyright notice to something like:

    <library name> Copyright <year> <name> (<license name>); 
    <library name> Copyright <year> <name> (<license name>);
    <library name> Copyright <year> <name> (<license name>);
    

    for the minimized files)

    If you’re going to fork a project you need to retain the original copyright notice and append your name to the list.

    It’s not required by most licenses, but you can always list the 3rd party software you used on your project page and project documentation. In that case it’s sufficient to mention the 3rd party software and link to their project page.

    As for keeping stuff updated. There’s not really a centralized point to get notifications from in case of updates. But this is also something you do not really want. Generally in software development you pick the current stable release of a 3rd party library and develop against it. You rarely ever update the 3rd party library unless you encounter a bug which is fixed in a new version, or when you’re going to work on a new major version of your own project. Because updating a 3rd party library means that you have to retest everything to see if nothing got broken.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting to writing big ASP.NET MVC application and i planning to use EF
Do you always lean towards thinking of db schema when starting or planning a
I am starting a normal Java SE project and i am planning to use
I'm planning on starting a new project, and am evaluating various web frameworks. There
Just starting a new asp.net mvc solution and one of the requirements is the
I am starting development of a windows service and would like to consult the
As I'm starting to do some front end engineering at work, I would like
I am starting a project for which we will have a thin client, sending
I am looking at starting a hosted CMS-like service for customers. As it would,
I'm starting to porting an Android app to Qt. Planning to port it to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.